2005-05-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreednd.h:
+ * gtk/gtkwidget.h: Small cleanups.
+
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.
2005-05-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreednd.h:
+ * gtk/gtkwidget.h: Small cleanups.
+
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.
2005-05-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreednd.h:
+ * gtk/gtkwidget.h: Small cleanups.
+
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.
#include <gtk/gtktreemodel.h>
#include <gtk/gtkdnd.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
#define GTK_TYPE_TREE_DRAG_SOURCE (gtk_tree_drag_source_get_type ())
#define GTK_TREE_DRAG_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TREE_DRAG_SOURCE, GtkTreeDragSource))
GtkTreeModel **tree_model,
GtkTreePath **path);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GTK_TREE_DND_H__ */
#include <gtk/gtksettings.h>
#include <atk/atkobject.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
+G_BEGIN_DECLS
/* The flags that are used by GtkWidget on top of the
* flags field of GtkObject.
GdkColormap* _gtk_widget_peek_colormap (void);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GTK_WIDGET_H__ */